Welcome![Sign In][Sign Up]
Location:
Search - file sharing in csharp

Search list

[Internet-NetworkMyTransaction

Description: 文件传输,.net编程-file transfer,. Net Programming
Platform: | Size: 15360 | Author: Gerbility | Hits:

[Communication-MobileFileScope

Description: P2P (peer to peer) file sharing program in C#. Supports Gnutella, Gnutella2, eDonkey, and OpenNap. www.filescope.com. This is excellent for people wanting to learn socket programming, GUI effects via drawing, custom drawn controls (tabcontrol, menus, etc.), network transfers, and much more. -P2P (peer-to-peer) file sharing program in C.#. Supports Gnutella, Gnutella2, eDonkey, and OpenNap. www.filescope.com. This is excel lent for people wanting to learn socket program ming, GUI effects via drawing, custom drawn controls (tabcontrol, menus, etc.) , network transfers, and much more.
Platform: | Size: 1519616 | Author: 微环境 | Hits:

[.netTopWang_Disk_V3.0_Free

Description: 系统功能: 1、增加AspUpload进度条,支持大文件上传. 2、增加自定义提取码,方便用户提取资源 3、多用户,每个用户可以分配不同的用户组,实现不同的权限。 4、多用户组,可以设置会员拥有空间大小、上传文件类型、上传文件大小等。 5、文件资源共享,可以查看其他会员的共享资源及提取到该资源。 6、多文件同时上传,可以设置文件存放分类、邮件提示、是否共享、文件简介等。 7、会员开设管理自己的文件存放分类。 -System functions: one, an increase AspUpload progress bar, file upload support. 2, increased extraction of custom code, user-friendly resource extraction 3, multi-user, each user can be assigned different user groups different permissions. 4, multi-user groups, can set the member has a space the size of file type, upload file size. 5, file sharing, you can view other members to share resources and extraction of the resources. 6, multi-file upload at the same time, you can set documents classification, e-mail tips, whether or not sharing, file the brief. 7, members set up to manage their own storage of classified documents.
Platform: | Size: 463872 | Author: 怎么没 | Hits:

[P2PCsharpP2P

Description: c#写的文件共享程序,该程序可以实现不同主机之间的文件共享功能.这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。-c# written in file-sharing programs, the program can be achieved between the different host file-sharing features. this application and IIS or arbitrary Web servers work, the key is the freedom to choose arbitrary port.
Platform: | Size: 36864 | Author: 小张 | Hits:

[WEB CodeupFile

Description: 文件管理-上传与下载系统:该子系统主要是为满足广大.NET开发爱好者而做,在网络发达的今天,资源共享成为了主流趋势,自然而然在实际的网站开发或网络系统实现时少不了文件的上传与下载功能。 该子系统采用ASP.NET(C#)+IIS,主要分为上传页面和下载页面,通过点击上传按钮可以把本地的文件上传到服务器上,同时通过下载按钮可以把服务器上的文件下载到本地电脑。-Document Management- Upload and download system: This subsystem is mainly to meet the broad masses. NET development enthusiasts and so, developed in the network today, the sharing of resources has become the mainstream trend, naturally in the actual web site development or network system, when and ultimately, file upload and download functionality. This subsystem using ASP.NET (C#)+ IIS, The main page is divided into upload and download pages, by clicking the upload button can upload files to the local server through the Download button on the server can file downloaded to the local computer.
Platform: | Size: 171008 | Author: 付辉平 | Hits:

[Education soft systemAskAnswerOnline

Description: 计算机实验课在线答疑系统 09年毕业设计,包含学生管理,文件共享,即时发言,发表疑问,班级通知等内容 -Online Q & A computer system, the experimental class in 2009 graduated from the design, including student management, file sharing, real-time spoken of doubt, the content of class notice
Platform: | Size: 5059584 | Author: lj | Hits:

[Compress-Decompress algrithmsICSharpCode.SharpZipLib

Description: 我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project will need to compress and decompress files, so downloading from http://www.icsharpcode.net on the compression and decompression of the source code, but it downloaded, and faced with so many code, 1:00 do not know how start with. Had under-resistant heart, the slow research and finally found the avenues. In light of their need to be rewritten a file compression and decompression of the two classes, namely ZipClass and UnZipClass. Which encountered many difficulties, it was decided to write out compression and decompression process, some paste out of the source code sharing, so that the first contact with compression and decompression of friends can take some less roundabout.
Platform: | Size: 26624 | Author: 解旭朝 | Hits:

[P2PP2Pfiletracnce

Description: 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传输层。从功能上大致描述了各个层的设计思想。 3)根据设计的文件传输系统的体系框架,对使用到的关键技术的详细设计和实现做出说明,包括系统结构中超级节点的选择,节点问网络的连接以及文件在节点问的传输,并附带部分代码展示了关键技术的实现细节。-P2P technology in the process, many issues to be considered, including network discovery mechanism to share files, data integrity and transmission efficiency and security issues, including network load balancing node problems and so on. In this paper, following the completion of several tasks: 1) based on super-node hybrid P2P network topology, list the common resource locator search algorithm to compare and select the Chord algorithm as the system resource locator search algorithm based, do the improvements. 2) design system framework. P2P applications will have structured into the settings and display the user application layer, with file-sharing mechanism and super-node discovery and selection mechanism to inform the node layer and has a file upload and download functions of the network transport layer. From the general description of each functional layer design. 3) file transfer system according to the design of the system framework, the use of key technologies to achieve the
Platform: | Size: 4616192 | Author: alphadyp | Hits:

CodeBus www.codebus.net